Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(trie): empty value encoding for leaves #2958

Closed
wants to merge 2 commits into from

Conversation

qdm12
Copy link
Contributor

@qdm12 qdm12 commented Nov 16, 2022

Changes

  • Production code fixed
  • Existing tests fixed

Tests

Issues

Primary Reviewer

@codecov
Copy link

codecov bot commented Nov 16, 2022

Codecov Report

Merging #2958 (0dff61a) into development (8a17f37) will decrease coverage by 0.07%.
The diff coverage is 100.00%.

Additional details and impacted files
@@               Coverage Diff               @@
##           development    #2958      +/-   ##
===============================================
- Coverage        63.46%   63.38%   -0.08%     
===============================================
  Files              218      218              
  Lines            27505    27504       -1     
===============================================
- Hits             17455    17434      -21     
- Misses            8445     8467      +22     
+ Partials          1605     1603       -2     

@qdm12 qdm12 force-pushed the qdm12/trie/fix-empty-value-encoding branch from c30c80a to 26da12f Compare November 17, 2022 11:24
@qdm12 qdm12 force-pushed the qdm12/trie/fix-empty-value-encoding branch from 26da12f to 0dff61a Compare November 17, 2022 12:11
@qdm12
Copy link
Contributor Author

qdm12 commented Nov 20, 2022

Wrong implementation and closed in favor of #2964

@qdm12 qdm12 closed this Nov 20, 2022
@qdm12 qdm12 deleted the qdm12/trie/fix-empty-value-encoding branch November 20, 2022 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant